home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_400_Texture “Shell”.txt < prev    next >
Text File  |  1994-02-09  |  567b  |  22 lines

  1.   // declare a texture of a shape's surface (goes inside an object)
  2.   // any of the attributes can be changed, or left out (default)
  3.   texture
  4.   {
  5.     // pigment - attributes for surface color
  6.     pigment
  7.     {
  8.       // agate, wood, checker, color, gradientΓǪ
  9.      }
  10.     // normal - attributes for surface ΓÇ£textureΓÇ¥
  11.     normal
  12.     {
  13.        // bumps, dents, ripples, bump_map...
  14.      }
  15.     // finish - attributes for surface finish or shininess
  16.     finish
  17.      {
  18.        // phong, specular, reflection, diffuse, metallic...
  19.      }
  20.     // material_map, tilesΓǪ
  21.  }
  22.